home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nejlepší České Hry
/
Nej české hry.iso
/
hry
/
zlaty kalich
/
zlatykalich
/
ZlatyKalich.exe
/
scripts
/
DefineSprite_910
/
frame_425
/
DoAction.as
Wrap
Text File
|
2001-12-02
|
512b
|
25 lines
call("/:hide");
_root.pepa.gotoAndStop("talkqd");
_root.pegleg.gotoAndPlay("talk");
if(_root.english == 1)
{
if(random(2) == 0)
{
s1 = "Do I seem to have little stuff around here?";
}
else
{
s1 = "I don\'t want this, I\'ve got more useless stuff here";
}
}
else if(random(2) == 0)
{
s1 = "Nemysl� si, �e zde m�m vete�e a� nad hlavu";
}
else
{
s1 = "To nechci, m�m zde p�ece zbyte�n�j�� volovinky";
}
_root.pegkecy = s1;
wait = 0;